home *** CD-ROM | disk | FTP | other *** search
Wrap
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>Form1</class> <widget class="QWidget"> <property name="name"> <cstring>Form1</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>488</width> <height>317</height> </rect> </property> <property name="caption"> <string>Form1</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel" row="0" column="1"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="margin"> <number>0</number> </property> <property name="text"> <string>Clic&k the check box next to any file or folder you want to back up</string> </property> <property name="alignment"> <set>AlignTop|AlignLeft</set> </property> <property name="buddy" stdset="0"> <cstring>tvFileBrowser</cstring> </property> </widget> <spacer row="1" column="0"> <property name="name"> <cstring>spacer4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>10</width> <height>16</height> </size> </property> </spacer> <spacer row="1" column="2"> <property name="name"> <cstring>spacer4_2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>10</width> <height>16</height> </size> </property> </spacer> <widget class="QLabel" row="3" column="1"> <property name="name"> <cstring>GoNextTip</cstring> </property> <property name="text"> <string>To continue, click <b>Next</b></string> </property> <property name="alignment"> <set>AlignVCenter|AlignLeft</set> </property> </widget> <widget class="CFileBrowserTreeView" row="1" column="1"> <property name="name"> <cstring>tvFileBrowser</cstring> </property> <property name="AutoChangeParentState"> <bool>false</bool> </property> <property name="DisplayFilter" stdset="0"> <set>eShowHiddenNames|eRemoveDotDirs|eDirs</set> </property> <property name="ShowCheckBox" stdset="0"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> <string>Here you can see a list of all partitions (both mounted and unmounted) available in the system. Mark a checkbox opposite a file, folder or even a whole partition to build up contents of the future backup image.<br><b>Warning!</b> You are going to make a file-level backup of your data. Due to its nature <b>no service data of the file system (the first track, MBR, etc.) will be processed</b>. Thus do not use this feature to back up a system partition or specific software that keeps hidden data in the on-disk service area.</string> </property> </widget> </grid> </widget> <connections> <connection> <sender>tvFileBrowser</sender> <signal>ItemStateChanged(QListViewItem*)</signal> <receiver>Form1</receiver> <slot>OnItemStateChanged(QListViewItem*)</slot> </connection> </connections> <slots> <slot>OnItemStateChanged(QListViewItem*)</slot> </slots> <layoutdefaults spacing="6" margin="0"/> <includehints> <includehint>filebrowserlist.h</includehint> </includehints> </UI>